home *** CD-ROM | disk | FTP | other *** search
/ L' Hygiene Au Quotidien / L'Hygiene Au Quotidien.iso / mac / Site / enfants / images / carte3 / baindent.swf / scripts / frame_42 / DoAction.as
Text File  |  2003-07-25  |  266b  |  10 lines

  1. nett2 = 0;
  2. birkie2 = 0;
  3. time2 = 0;
  4. total2 = 0;
  5. nettcalc = nett * 100;
  6. birkiecalc = 200 - 50 * birkie;
  7. timepart = int(time / 20);
  8. timecalc = 20 * timepart;
  9. totalcalc = Number(Number(Number(score) + Number(nettcalc)) + Number(birkiecalc)) + Number(timecalc);
  10.